home *** CD-ROM | disk | FTP | other *** search
/ ProPhone 1994 Q1 / ProPhone 1994 Q1.iso / install.dat < prev    next >
Text File  |  1994-02-18  |  1KB  |  77 lines

  1. @DefineProject
  2.     @Name = "ProPhone"
  3.     @Version = "3.1g"
  4.     @OutDrive = C
  5.     @Subdir = "\\PROPHONE"
  6.     @Immediate= 1
  7. @EndProject
  8. @Display
  9.     @Cls
  10.     Welcome to @Name!  
  11.  
  12.     This program will install the software necessary to access
  13.     @name.  The software will occupy less than one MB of your
  14.     hard disk space.
  15.  
  16.  
  17.  
  18.                         @Pause
  19. @EndDisplay
  20.  
  21.  
  22. @GetOutDrive
  23.           Where would you like to install @Name?
  24. @EndOutDrive
  25.  
  26. @GetSubdir
  27.     Which directory would you like to have @Name installed to?
  28.     @Prompt = "Which directory ('Enter' = @Subdir)?"
  29. @EndSubdir
  30.  
  31. @SetAutoExec
  32.     @AskOverwrite
  33.     @Path="@OutDrive:\\@SubDir;"
  34. @EndAutoExec
  35.  
  36. @DefineDisk
  37.     @Label = "CD-ROM"
  38.     @File PROPHONE.EXE
  39. //  @File WINPHONE.EXE //
  40.     @File STATE.ASC
  41.     @File AREA.ASC
  42.     @File BUSINESS.ASC
  43.     @File SIC.ASC
  44.     @File PROPHONE.OPN
  45.     @File PROPHONE.HLP
  46.     @File CAREA.ASC
  47.     @File PROVINCE.ASC      
  48. @EndDisk
  49.  
  50. // Create a new group and add the WinPhone to the Group. //
  51. @DefineVars
  52.     @Qstring @WinPhone ="@Outdrive:\\@Subdir\\Winphone.EXE"
  53.     @Qstring @ProDemo ="@Indrive:\\Prodemo.EXE"
  54. @EndVars
  55.  
  56. @Finish
  57.     @If (@Exists(@ProDemo))
  58.         @ProgramManager("[CreateGroup(@Name)][AddItem(@WinPhone)] [AddItem(@ProDemo)]")
  59.     @Else
  60.         @ProgramManager("[CreateGroup(@Name)][AddItem(@WinPhone)]")
  61.     @EndIf
  62.     @ChDrive(@OutDrive)
  63.     @ChDir("@SubDir")
  64.     @Cls
  65.  
  66.  
  67.  
  68.     The Installation of ProPhone is complete!  To run ProPhone 
  69.     press the <Enter> key and then type PROPHONE from the 
  70.     DOS prompt.
  71.     
  72.  
  73.  
  74.     @Pause
  75.  
  76. @EndFinish
  77.